GoXam for WPF v3
Links Property (GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class : Links Property
Gets or sets the collection of link data, each of type LinkType.
Syntax
public IEnumerable<LinkType> Links {get; set;}

Property Value

Setting this property will enumerate all of the link data that the argument value collection contains. If the new value is null, this collection is cleared.
See Also

Reference

GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType> Members